Web Test Runner Core
Core package for Web Test Runner. Manages running the tests. Has a modular architecture, delegating most of the work to the separate parts and implementations.
See @web/test-runner for a default implementation and CLI for the test runner.
Browser launchers
Browser launchers boot up and control a browser instance. Implementations:
Read more here to learn about creating your own browser launcher.
Test frameworks
Test frameworks run the actual tests in the browser. Web test runner relies on existing test frameworks. Implementations
Read more here to learn more about implementing your own test framework, or to use no framework at all.
Servers
The server serves the test code and files and communicates with the browser, returning configuration and receiving test results. Implementations:
Read more here to learn about creating your own test runner server.